go/types.Named.fromRHS (field)

14 uses

	go/types (current package)
		cycles.go#L127: 		isFinite := check.finiteSize(t.fromRHS)
		decl.go#L625: 	named.fromRHS = rhs
		decl.go#L631: 		named.fromRHS = Typ[Invalid]
		named.go#L120: 	fromRHS    Type           // the declaration RHS this type is derived from
		named.go#L244: 		assert(n.fromRHS == nil) // instantiated types are not declared types
		named.go#L250: 		n.fromRHS = n.expandRHS()
		named.go#L270: 		assert(n.fromRHS == nil) // not loaded yet
		named.go#L277: 		n.fromRHS = underlying // for cycle detection
		named.go#L324: 	typ := &Named{check: check, obj: obj, fromRHS: fromRHS, methods: methods}
		named.go#L533: 	t.fromRHS = u
		named.go#L584: 	return n.fromRHS
		universe.go#L131: 		typ.fromRHS = ityp
		universe.go#L144: 		typ.fromRHS = ityp
		validtype.go#L126: 				t.Origin().fromRHS = Typ[Invalid]